@font-face {
    font-family: 'FZLanTingHei-R-GBK';
    src: url('//foal.gdpg.com.cn/static/font/FZLTHK.eot');
    src: url('//foal.gdpg.com.cn/static/font/FZLTHK.eot?#iefix') format('embedded-opentype'),
        url('//foal.gdpg.com.cn/static/font/FZLTHK.woff') format('truetype'),
         url('//foal.gdpg.com.cn/static/font/FZLTHK.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* 头部 */
.gdpg_logo {
    width: 1200px;
    margin: 24px auto;
  }
  
  .gdpg_logo img {
    width: 262px;
    height: 40px;
    float: left;
  }
  
  .gdpg_CEswitch {
    height: 14px;
    font-size: 14px;
    font-family: "FZLanTingHei-R-GBK";
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    float: right;
    margin-top: 12px;
  }
  
  .gdpg_CEswitch span {
    color: #d73d4f;
  }
  .gdpg_navlogo {
    width: 100%;
    height: 50px;
    background: #FEF4F2;
  }
  
  .gdpg_nav {
    width: 1200px;
    overflow: hidden;
    height: 50px;
    margin: 0 auto;
    font-size: 18px;
    font-family: "FZLanTingHei-R-GBK";
    font-weight: 600;
  }
  .gdpg_nav li a {
    color: #A88D8B;
    display: inline-block;
    padding: 17px 38px 0;
    box-sizing: border-box;
    height: 50px;
    width: 100%;
  }
  .gdpg_nav li {
    height: 100%;
    list-style: none;
    width: 170px;
    text-align: center;
    float: left;
  }
  .gdpg_nav li .navBg{
    /*background: #e00016;*/
    color: #e60000;
  }
  @media screen and (max-width: 1921px) {
    .swiper-container {
      height: 371px!important;
    }

    .swiper-slide img {
      object-fit:cover!important; 
    }
  }


  /* 头部轮播 */
.swiper-container {
  width: 100%;
  /* height: 371px; */
  min-width: 1200px;
  margin-bottom: 51px!important;
  transform:translate3d(0,0,0);
  overflow: hidden;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  /* object-fit:cover;  */
  height: 100%;
  transform:translate3d(0,0,0)
}

.gdpg_swiper-pagination-bullet {
  background: rgba(255, 255, 255, 1) !important;
  opacity: 0.4 !important;
}
.gdpg_swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1) !important;
  opacity: 1 !important;
}

.swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
  }
  .pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 10px;
  left: 50%;
  margin-left: -22.5px;
  }
  .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin:0 5px;
  background:	#afa8ac\0;
  /* border: 1px solid #fff; */
  cursor: pointer;
  background: rgba(255,255,255,0.4);
  }
  .swiper-visible-switch {
  background: #aaa;
  }
  .swiper-active-switch {
  background: #fff;
  }

  